home *** CD-ROM | disk | FTP | other *** search
/ Apple Service Source 1996 February / Service Source 2.0 1996 Companion.iso / Apple SW Updates / Macintosh / Utilities / Server Remote Control Readme < prev    next >
Encoding:
Text File  |  1994-12-12  |  4.8 KB  |  110 lines  |  [TEXT/MSWD]

  1.  
  2. Remote Control & Server Controller (1.0)
  3.  
  4. Copyright (C) 1991-1993, Apple Computer, Inc.
  5. All Rights Reserved
  6. by Jim Luther, Apple Developer Technical Support
  7.  
  8. Remote Control and Server Controller are free software and can be distributed
  9. freely by individuals.  For commercial distribution or bulletin board
  10. distribution please contact Apple Software Licensing.
  11.  
  12. Remote Control and Server Controller are distributed "as is" and unsupported by
  13. Apple or the author.  Please don't call Apple or the author for technical
  14. support on this program.
  15.  
  16. ********** What's it do? **********
  17.  
  18. The two applications, Remote Control and Server Controller, allow the owner of
  19. a Macintosh to start or stop the file server running on that Macintosh using
  20. another Macintosh at another location on the network.
  21.  
  22. ********** Setup **********
  23.  
  24. To setup the server Macintosh:
  25. * Drop the Server Controller application in the System Folder's Startup Items
  26. folder.
  27. * Make sure the Macintosh Owner Name, Owner Password, and Macintosh Name of are
  28. set with the Sharing Setup control panel or AppleShare Admin application. *
  29. Make sure Program Linking is "on" with the Sharing Setup control panel. * Make
  30. sure Program Linking is enabled for the owner of the system with the Users &
  31. Groups control panel or AppleShare Admin application. * Make sure AppleTalk is
  32. "on" with the Chooser.
  33. * Reboot the system; Server Controller will be launched and if everything is
  34. setup correctly, you won't see any error notification dialogs.
  35.  
  36. To setup and use the remote Macintosh to control the server remotely: * Make
  37. sure Program Linking is "on" with the Sharing Setup control panel. * Make sure
  38. AppleTalk is "on" with the Chooser.
  39. * Run the Remote Control application.
  40. * Select "Connect to Remote Macintosh..." from the Remote menu. * Use the
  41. program linking and the user identity dialogs to connect to the server
  42. Macintosh as the server's owner (other users cannot connect). * Using Remote
  43. Control from here on is pretty obvious; just quit, or disconnect and quit when
  44. you're done.
  45.  
  46. ********** About Server Controller **********
  47.  
  48. Server Controller is a faceless background application; it has no user
  49. interface and won't show up in the Application menu.  When it's launched, it
  50. first performs a few checks to make sure it can do its job; if it can't, then
  51. it puts up an error notification dialog describing the problem and then quits.
  52. If everything is set up correctly, then it opens a PPC port and goes to sleep
  53. until the server's owner, using the Remote Control application, connects with
  54. it.  While the owner is connected,  Server Controller sends status information
  55. to the Remote Control application and makes server control calls passed to it
  56. by Remote Control.
  57.  
  58. If you need to quit Server Controller, you can use ProcDoggie or Task-It (two
  59. other DTS sample applications), or you can drag Server Controller out of the
  60. Startup Items folder and reboot.
  61.  
  62. ********** About Remote Control **********
  63.  
  64. Remote Control displays status information it gets from Server Controller and
  65. send server control commands to Server Controller to start the server, stop the
  66. server, or cancel the start or stop operation.  The only menu items of real
  67. interest are File, which lets you quit Remote Control, and Remote, which lets
  68. you connect to or disconnect from the Server Controller application.
  69.  
  70. Once a connection is made with the Server Controller application, a small
  71. window will appear with a single button and some status information.  The
  72. button will either be Start, Stop, or Cancel depending on current status of the
  73. remote file server.  The status information returned is:
  74. * Macintosh Name, the name of the Macintosh running Server Controller you've
  75. connected to.
  76. * Zone, the zone the Macintosh running Server Controller you've connected to is
  77. in.  (If there are no zones, this field will be "*")
  78. * Status, the status of the remote file server.
  79.  
  80. To disconnect from the Server Controller application, you can use either the
  81. Remote menu or you can Quit the Remote Control application.
  82.  
  83. ********** Release Notes **********
  84.  
  85. 1.0d2 - Although this is only version 1.0d2, it is completely usable and has no
  86. crashing bugs that I know of.  I'll be making several major internal changes to
  87. both applications before releasing another version, but since this version
  88. works and is useful, I thought I'd pass it around and get a little feedback on
  89. the user interface, etc.
  90.  
  91. Remote Control 1.0d2++ - I've fixed a few minor bugs and rebuilt the program
  92. with the final ServerControlIntf file.
  93.  
  94. Server Controller 1.0d2++ - I fixed a problem with case-insensitivity in the
  95. user name and rebuilt the program with the final ServerControlIntf file.
  96.  
  97. Remote Control 1.0 - If the PPC connection is broken, the application window is
  98. now closed.
  99.  
  100. Server Controller 1.0 - Server 
  101.  
  102.  
  103. Posted to:
  104.  
  105. Apple Support Area
  106. Apple Software Updates
  107. Utilities Folder
  108.  
  109.  
  110. 4-APR-94